|
@@ -280,7 +280,7 @@ const tableData = ref([]);
|
|
|
const state = reactive({
|
|
|
list: [
|
|
|
{ label: "项名称", key: "name" },
|
|
|
- { label: "输出标识符", key: "china" },
|
|
|
+ { label: "输出编码", key: "china" },
|
|
|
{ label: "数据类型", key: "englin" },
|
|
|
{ label: "唯一项", key: "two" },
|
|
|
{ label: "必填项", key: "three" },
|